Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty email
Typ prosty email
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty email
Przegląd
email Restriction of Typ prosty string
Dozwolone wartości
MaxLength100
Pattern[^\s]+@[^\s]+
Źródło
<xs:simpleType name="email" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation></xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="100" />
    <xs:pattern value="[^\s]+@[^\s]+" />
  </xs:restriction>
</xs:simpleType>
Zobacz także